home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.2
/
IRIX 6.2 CD2.iso
/
dist
/
print.idb
/
usr
/
lib
/
print
/
foundpr.z
/
foundpr
Wrap
Text File
|
1996-06-10
|
445b
|
12 lines
#!/bin/sh
#
# This script gets run from the FTRs for FoundPrinter types (see
# /usr/lib/filetypes/install/printers.activeicons.ftr), which are the
# printers that appear in the search tool. The intent is to provide
# some instruction on how to install the found printer.
#
xconfirm -t "Printer \"$1\" is not installed on your system." \
-t "To install \"$1\" on your system drag its icon" \
-t "onto the desktop." -icon info >/dev/null 2>&1